projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c14a04
)
Add documentation note for GtkOffscreenWindow emission of damage-event.
author
Cody Russell
<crussell@canonical.com>
Sat, 19 Dec 2009 15:09:54 +0000
(16:09 +0100)
committer
Tristan Van Berkom
<tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:53:45 +0000
(20:53 -0400)
gtk/gtkoffscreenwindow.c
patch
|
blob
|
history
diff --git
a/gtk/gtkoffscreenwindow.c
b/gtk/gtkoffscreenwindow.c
index dd14159d7622224f9a9d18854f2343560681d8a4..fb6b9d90b70efda9b94601c713cedd419e5a3bb4 100644
(file)
--- a/
gtk/gtkoffscreenwindow.c
+++ b/
gtk/gtkoffscreenwindow.c
@@
-43,6
+43,9
@@
* detail. Applications should not use any API specific to #GtkWindow
* to operate on this object. It should be treated as a #GtkBin that
* has no parent widget.
+ *
+ * When contained offscreen widgets are redrawn, #GtkOffscreenWindow
+ * will emit a "damage-event" signal.
*/
G_DEFINE_TYPE (GtkOffscreenWindow, gtk_offscreen_window, GTK_TYPE_WINDOW);